Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORE-14 Add FIPS failure flag #33

Merged
merged 2 commits into from
Mar 27, 2024
Merged

CORE-14 Add FIPS failure flag #33

merged 2 commits into from
Mar 27, 2024

Conversation

michael-redpanda
Copy link

Add support for @ok_to_fail_fips decorator which marks tests as ok to fail when running on FIPS environment. Also updates to use boto3 that uses a non-secure MD5 implementation to get around issues with FIPS where md5 is not available.

Added decorator `@ok_to_fail_fips` which marks test as being
permissible to fail only within the FIPS context.  This decorator
detects whether or not the test is executing in a FIPS environment
and if it is not, then it is a effectively a no-op.

Signed-off-by: Michael Boquard <michael@redpanda.com>
Signed-off-by: Michael Boquard <michael@redpanda.com>
@dotnwat dotnwat merged commit 386057f into 0.8.x Mar 27, 2024
3 checks passed
@ivotron ivotron deleted the boquard/add-fips-flags branch September 24, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants